Skip to content

fix: firefox mobile view fixed (Closes #1217) #1227

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Sep 8, 2021
Merged

fix: firefox mobile view fixed (Closes #1217) #1227

merged 1 commit into from
Sep 8, 2021

Conversation

sadn1ck
Copy link

@sadn1ck sadn1ck commented Sep 4, 2021

Closes #1217

added viewport meta tag in vitepress config

Signed-off-by: Anik Das [email protected]

Description of Problem

Vue docs in Firefox mobile isn't responsive

Proposed Solution

['meta', { name: 'viewport', content: 'width=device-width, initial-scale=1.0' }],

to the vuepress config under head

added viewport meta tag in vitepress config

Signed-off-by: Anik Das <[email protected]>
Copy link
Member

@NataliaTepluhina NataliaTepluhina left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

@sadn1ck thank you for fixing it!

@NataliaTepluhina NataliaTepluhina merged commit b8c599f into vuejs:master Sep 8, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

firefox mobile view breaking
2 participants